Primary key


The PRIMARY KEY is a field or combination of fields whose value or values uniquely identifies each record in a table. Primary keys improve performance and make it easier to define relationships between tables.
NOTE: The primary key is also the common field in a primary table.